Skip to content
QtWS25 Last Chance
  • How to access IO port in QT?

    Unsolved General and Desktop io access port memory access
    11
    0 Votes
    11 Posts
    3k Views
    K
    @aowoo said in How to access IO port in QT?: directly read and write to the I/O port AFAIK, It's impossible for Windows && Linux: On Windows you need in a special driver (It is not enough to use just some DLL's, because you need in a driver. Most likelly, that inpout32.dll has a pre-compiled driver in own resources and loads this driver in runtime). On Linux you need in a special permissions too.